home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (1996 Edition) / Tabloid Beauties - 1996 Edition.iso / mac / DATA / MICHELLE.DIR / 00213_Script_213 < prev    next >
Text File  |  1996-04-09  |  247b  |  9 lines

  1. on exitFrame
  2.     put the pathname into temp
  3.     if the machinetype <> 256 then
  4.       put Temp & "SOUNDS:097.mov" into Fname
  5.     else
  6.       put Temp & "SOUNDS\097.mov" into Fname
  7.     end if
  8.     set the filename of cast "QT.MOV" to FName
  9. end